home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 September / Macworld (1998-09).dmg / Serious Demos / DesignWorks 4.0.1 Demo PPC / Design Kits / Generic PCB / •ReadMe next >
Text File  |  1997-05-28  |  3KB  |  66 lines

  1. The Generic PCB Design Kit for DesignWorks™
  2. ----------------------------------------
  3.  
  4. May 22, 1997
  5.  
  6. This design kit is intended only for tutorial use in demonstrating the general creation of designs destined for PCB layout.  It can also be used as a template for creating your own design kit more directly suited to your application.
  7.  
  8. IMPORTANT: You should not use this design kit to create a serious design for production use.  It does not have any settings, netlists or error checks set up for any particular PCB package.  Choose a design kit more directly suited for your target system before proceeding with a major design.
  9.  
  10. Custom Menus
  11. ------------
  12.  
  13. This design kit defines a number of custom menu commands under the Generic PCB title.
  14.  
  15. Generate Netlist - This generates a simple, generic netlist format from the current design.  This netlist does not match any known industry format and is intended only as a demonstration.
  16.  
  17. Generate Error Report - This runs an error check on the current design and generates a report of any errors encountered.  Errors that have previously been "marked as OK" (see below) will not appear in this report.  The checks run include:
  18.  
  19.   - no package code
  20.   - inconsistent package codes in devices sharing a package
  21.   - duplicate pin numbers
  22.   - bad pin numbers
  23.   - bad device names
  24.   - bad signal names
  25.   - duplicate signal names
  26.  
  27. Mark Errors as OK - This command marks as OK all errors currently showing as errors (i.e. that would appear if you ran the Error Check report).  This means that they will not appear in subsequent reports.
  28.  
  29. Unmark All - This removes all Mark as OK settings in the current design.  That is, all circuit objects will be checked by the Error Check command.
  30.  
  31. Enter Package Code - This puts up a simple prompt box allowing you to enter a package code into all selected devices in the current circuit.  This value entered is placed in the Package attribute field and is not check for validity.
  32.  
  33. Open ReadMe - This command opens this file in SimpleText.
  34.  
  35. Running ErrorScript
  36. -----------------
  37.  
  38. An interactive error checking script is provided that performs the same checks as the Error Check report, but interactively.  This allows you to locate the items found one at a time and selectively mark them as OK if desired.  To use it:
  39.  
  40. - Select ErrorScript in the Tools menu.
  41. - Select the General PCB Errors script.
  42.  
  43. Attribute Fields Used
  44. -------------------
  45.  
  46. Name
  47. Package
  48. Part
  49. Value
  50. Ground
  51. Power
  52.  
  53. Non-standard attribute fields required:
  54.  
  55. SigSources
  56.  
  57. Symbol Libraries
  58. ---------------
  59.  
  60. This design kit uses the standard DesignWorks PCB symbol libraries.
  61.  
  62. DesignType Value
  63. ---------------
  64.  
  65. The value "GPCB" is placed in the DesignType attribute field to identify Generic PCB designs.  This value is checked by the netlist generator.
  66.